if service.click({
{"#accept_incoming_call_view$10",
"%[Swipe up]",
}
})
and
service.speak("")
return true
end
if service.click({
{"#end_call_btn",
}
})
and
service.speak("")
return true
end
if service.click({
{"<#voice_note_btn$10",
"%[Swipe up]",
}
})
and
service.speak("")
return true
end
if service.click({
{"#send",
}
})
and
service.speak("")
return true
end